projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c2d713
)
* src/sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
author
Ken Brown
<kbrown@cornell.edu>
Sat, 20 Nov 2010 15:23:49 +0000
(10:23 -0500)
committer
Ken Brown
<kbrown@cornell.edu>
Sat, 20 Nov 2010 15:23:49 +0000
(10:23 -0500)
src/ChangeLog
patch
|
blob
|
history
src/sheap.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index bb9f68acd5bfa30ba7eb7eb18017fccecbe2a7a2..04a8198cfc2c954eff2c44947f3cfc9a9bdfe907 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2010-11-20 Ken Brown <kbrown@cornell.edu>
+
+ * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
+
2010-11-20 Eli Zaretskii <eliz@gnu.org>
* term.c (produce_glyphless_glyph): Use \uNNNN, \UNNNNNN, or
diff --git
a/src/sheap.c
b/src/sheap.c
index 8d034ff65aada785f57730f36881a14d568a40b0..e972462d42301b4026da01d44ea227c5c64259d9 100644
(file)
--- a/
src/sheap.c
+++ b/
src/sheap.c
@@
-25,7
+25,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <unistd.h>
-#define STATIC_HEAP_SIZE (1
2
* 1024 * 1024)
+#define STATIC_HEAP_SIZE (1
3
* 1024 * 1024)
int debug_sheap = 0;